home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / debug.dxr / 00002_messageWindow.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  105 b   |  8 lines

  1. on keyDown
  2.   if the key = RETURN then
  3.     dontPassEvent()
  4.     parseMessageWindow()
  5.   end if
  6.   pass()
  7. end
  8.